home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / System-Analysis-Tools / bgauge.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-02-04  |  4KB  |  207 lines

  1. object AboutBox: TAboutBox
  2.   Left = 601
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BGAUGE'
  6.   ClientHeight = 288
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TLabel
  22.     Left = 104
  23.     Top = 120
  24.     Width = 81
  25.     Height = 13
  26.     Caption = 'Estimation history'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 120
  31.     Width = 25
  32.     Height = 13
  33.     Caption = 'Short'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 256
  37.     Top = 120
  38.     Width = 24
  39.     Height = 13
  40.     Caption = 'Long'
  41.   end
  42.   object TLabel
  43.     Left = 16
  44.     Top = 176
  45.     Width = 253
  46.     Height = 13
  47.     Caption = 'Display an alert when battery is under                       %'
  48.   end
  49.   object TLabel
  50.     Left = 16
  51.     Top = 200
  52.     Width = 280
  53.     Height = 13
  54.     Caption = 'Display an alert when autonomy is under                  minutes'
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 8
  58.     Top = 8
  59.     Width = 281
  60.     Height = 105
  61.     BevelInner = bvRaised
  62.     BevelOuter = bvLowered
  63.     ParentColor = True
  64.     TabOrder = 0
  65.     object ProductName: TLabel
  66.       Left = 97
  67.       Top = 16
  68.       Width = 68
  69.       Height = 13
  70.       Caption = 'Battery Gauge'
  71.       IsControl = True
  72.     end
  73.     object Version: TLabel
  74.       Left = 99
  75.       Top = 32
  76.       Width = 66
  77.       Height = 13
  78.       Caption = 'Release 1.0.1'
  79.       IsControl = True
  80.     end
  81.     object Copyright: TLabel
  82.       Left = 31
  83.       Top = 80
  84.       Width = 196
  85.       Height = 13
  86.       Caption = 'Copyright Alexandre Morette-Bourny 1998'
  87.       IsControl = True
  88.     end
  89.     object Comments: TLabel
  90.       Left = 8
  91.       Top = 104
  92.       Width = 3
  93.       Height = 13
  94.       WordWrap = True
  95.       IsControl = True
  96.     end
  97.     object Image1: TImage
  98.       Left = 16
  99.       Top = 8
  100.       Width = 25
  101.       Height = 33
  102.       Picture.Data = {<image000.ico>}
  103.     end
  104.     object Image2: TImage
  105.       Left = 240
  106.       Top = 8
  107.       Width = 25
  108.       Height = 33
  109.       Picture.Data = {<image001.ico>}
  110.     end
  111.     object Label1: TLabel
  112.       Left = 128
  113.       Top = 56
  114.       Width = 3
  115.       Height = 13
  116.       Alignment = taCenter
  117.       IsControl = True
  118.     end
  119.   end
  120.   object OKButton: TButton
  121.     Left = 16
  122.     Top = 255
  123.     Width = 75
  124.     Height = 24
  125.     Anchors = [akLeft, akBottom]
  126.     Caption = 'OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 4
  130.   end
  131.   object TrackBar1: TTrackBar
  132.     Left = 8
  133.     Top = 136
  134.     Width = 281
  135.     Height = 30
  136.     Anchors = [akLeft, akTop, akRight]
  137.     LineSize = 2
  138.     Max = 30
  139.     Min = 1
  140.     Orientation = trHorizontal
  141.     PageSize = 1
  142.     Frequency = 1
  143.     Position = 1
  144.     SelEnd = 0
  145.     SelStart = 0
  146.     TabOrder = 1
  147.     ThumbLength = 20
  148.     TickMarks = tmBottomRight
  149.     TickStyle = tsAuto
  150.     OnChange = TrackBar1Change
  151.   end
  152.   object Button1: TButton
  153.     Left = 112
  154.     Top = 255
  155.     Width = 75
  156.     Height = 24
  157.     Anchors = [akLeft, akBottom]
  158.     Caption = '&Reset history'
  159.     TabOrder = 5
  160.     OnClick = Button1Click
  161.   end
  162.   object Button2: TButton
  163.     Left = 208
  164.     Top = 255
  165.     Width = 75
  166.     Height = 24
  167.     Anchors = [akLeft, akBottom]
  168.     Caption = 'R&egister'
  169.     TabOrder = 6
  170.     OnClick = Button2Click
  171.   end
  172.   object SpinEdit1: TSpinEdit
  173.     Left = 213
  174.     Top = 172
  175.     Width = 44
  176.     Height = 22
  177.     MaxValue = 100
  178.     MinValue = 1
  179.     TabOrder = 2
  180.     Value = 10
  181.     OnChange = SpinEdit1Change
  182.   end
  183.   object SpinEdit2: TSpinEdit
  184.     Left = 213
  185.     Top = 196
  186.     Width = 44
  187.     Height = 22
  188.     MaxValue = 999
  189.     MinValue = 1
  190.     TabOrder = 3
  191.     Value = 10
  192.     OnChange = SpinEdit2Change
  193.   end
  194.   object CheckBox1: TCheckBox
  195.     Left = 14
  196.     Top = 221
  197.     Width = 212
  198.     Height = 17
  199.     Alignment = taLeftJustify
  200.     Caption = 'Run BGauge when Windows starts'
  201.     Checked = True
  202.     State = cbChecked
  203.     TabOrder = 7
  204.     OnClick = CheckBox1Click
  205.   end
  206. end
  207.